home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 3.iso / dist / fw_apache.idb / usr / freeware / apache / include / compat.h.z / compat.h
C/C++ Source or Header  |  2001-01-10  |  177b  |  10 lines

  1. /*
  2.  *  compat.h -- backward compatibility header for ap_compat.h
  3.  */
  4.  
  5. #ifdef __GNUC__
  6. #warning "This header is obsolete, use ap_compat.h instead"
  7. #endif
  8.  
  9. #include "ap_compat.h"
  10.